home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970326-19970626 / 000323_news@newsmaster….columbia.edu _Wed Jun 18 20:20:16 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id UAA07140
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 18 Jun 1997 20:20:15 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id UAA12578
  7.     for kermit.misc@watsun; Wed, 18 Jun 1997 20:20:14 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Announcing Kermit 95 1.1.12 for Windows 95, Windows NT, and OS/2
  12. Date: 19 Jun 1997 00:20:07 GMT
  13. Organization: Columbia University
  14. Lines: 33
  15. Message-ID: <5o9tvn$c90$1@newsmaster.cc.columbia.edu>
  16. References: <5np317$6qv$1@newsmaster.cc.columbia.edu> <upvtkalpc.fsf@worldnet.att.net> <5o8srg$82h$1@newsmaster.cc.columbia.edu> <u205za39h.fsf@worldnet.att.net>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7184
  19.  
  20. In article <u205za39h.fsf@worldnet.att.net>,
  21. Thomas A. Horsley <Tom.Horsley@worldnet.att.net> wrote:
  22. : >How many different releases of each browser?  Do they all allow themselves
  23. : >to be invoked in this way?  If somebody has the answers to these questions,
  24. : >it might save us a lot of work.
  25.  
  26. There is no reason why you couldn't take the sample code you posted a 
  27. few days ago and compile it into a program called ShellEx.Exe and then 
  28.     SET BROWSER ShellEx.Exe 
  29. in your K95CUSTOM.INI file to get exactly the functionality that you
  30. are looking for.
  31.  
  32. One of the benefits of the way that K95 currently works is that the
  33. user can guarantee which application is going to be started.  For
  34. instance, on my system I keep both Internet Explorer and Netscape.
  35. There are some sights that look better in one than in the other.  With
  36. K95, I can SET BROWSER which ever one I want to use depending upon
  37. what I am doing.  That is not the case if we relied exclusively on the
  38. ShellExecute command.
  39.  
  40. We appreciate your notifying us of the existance of the command and
  41. of explaining how it works.  However, at least for the short term we
  42. will continue to implement the Hot links the way that they are.
  43. Especially given the easy method available for allowing any user to 
  44. call ShellExecute on systems that support it.
  45.  
  46.  
  47.  
  48.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  49.                  The Kermit Project * Columbia University
  50.        612 West 115th St #716 * New York, NY * 10025 * (212) 854-1344
  51.     http://www.columbia.edu/kermit/k95.html * kermit-support@columbia.edu